home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v9n10.arc / GETCOMND.BAT < prev    next >
DOS Batch File  |  1990-04-27  |  434b  |  15 lines

  1.  
  2.  
  3. ::::: This batch file, GETCOMND.BAT is called by DEBUGBAT.BAT.
  4. ::::: It was adapted from PC Magazine, January 31, 1989, page 279.
  5.  
  6. ECHO ON
  7. REM The start of the GETCOMND.BAT file.
  8. REM Enter your batch commands, which can be on several lines.
  9. REM Then press Ctrl-Z and Enter to signal the end of your input.
  10. COPY  CON  TEMPFILE.BAT
  11. CALL       TEMPFILE.BAT
  12. DEL        TEMPFILE.BAT
  13. REM The end of the GETCOMND.BAT file.
  14.  
  15.